nhooyr.io/websocket.header.fin (field)

7 uses

	nhooyr.io/websocket (current package)
		frame.go#L39: 	fin    bool
		frame.go#L61: 	h.fin = b&(1<<7) != 0
		frame.go#L115: 	if h.fin {
		read.go#L276: 	if !h.fin {
		read.go#L392: 	mr.fin = h.fin
		write.go#L291: 	c.writeHeader.fin = fin
		write.go#L319: 	if c.writeHeader.fin {